<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*public start*/

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-family: "微软雅黑";
    color: #333;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

img,
input,
button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
    padding: 0;
    outline: none;
}

select,
input {
    vertical-align: middle;
}

textarea {
    resize: none;
}

ul,
ol {
    list-style: none;
}

img {
    vertical-align: middle;
    font-size: 0;
    border: 0;
    outline: none;
}

i,
em {
    font-style: normal;
    text-decoration: none;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}


/* .clear {
  clear: both;
}
.fix:after,
.fix:before {
  content: " ";
  display: table;
}
.fix:after {
  clear: both;
} */

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.last {
    margin-right: 0px !important;
}

.wrap {
    min-width: 1200px;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

li {
    list-style-type: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}


/* Hides from IE-mac */


/* *html .clearfix {
  height: 1%;
  } */

.clearfix {
    display: block;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 1%;
}

.header,
.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.footer,
.bottom {
    width: 100%;
}


/*top*/

.header {
    padding: 15px 0;
    position: relative;
}


/*logo*/

.logo {
    float: left;
}


/*tmenu*/

.nav {
    float: left;
    height: 45px;
    line-height: 45px;
}

.nav&gt;li {
    float: left;
    font-size: 16px;
    margin-left: 75px;
}

.nav&gt;li&gt;a {
    display: block;
}

.nav&gt;li:hover&gt;a {
    transition: all 0.3s;
    color: #0066b3;
}

.nav li:hover .erji {
    display: block;
}
.erji{
    display: none;
    position:absolute;
    z-index: 999;
    background: rgba(0, 102, 179, 0.6);
    color: white;
    width: 105px;
    margin-left: -18px;
}

.erji li{
    text-align: center;
}


.nav-cur:hover:after {
    transition: all 0.3;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 12px solid #0066b3;
    border-top: 0;
    margin: 0 auto;
    margin-top: 4px;
}

.nav-band {
    width: 53%;
    overflow: hidden;
    margin-top: 16px;
    background: rgba(0, 102, 179, 0.6);
    position: absolute;
    z-index: 100;
    padding: 30px 0;
    right: 0;
    color: white;
    display: none;
}

.nav-band li {
    width: 20%;
    float: left;
    padding-left: 35px;
}

.nav-band dl {
    width: 140px;
}

.nav-band dt {
    font-size: 18px;
    border-bottom: 1px solid #fff;
    margin-bottom: 0.5em;
}

.nav-band a {
    color: white;
}

.nav-band dd {
    font-size: 16px;
    line-height: 2em;
}

.nav-band dd:hover a {
    transition: all 0.3s;
    color: orange !important;
}


/*banner*/

.banner,
.pagebanner {
    width: 100%;
}

.banner img,
.pagebanner img {
    width: 100%;
    vertical-align: middle;
}

.flexslider {
    position: relative;
    height: 510px;
    overflow: hidden;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    width: 100%;
}

.slides li img {
    height: 510px;
    width: 100%;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
    cursor: pointer;
    position: relative;
}

.flex-control-nav a {
    display: block;
    width: 8px;
    height: 8px;
    line-height: 40px;
    overflow: hidden;
    -webkit-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    behavior: url(pie/PIE.htc);
    background-color: white;
    transition: all 0.3s;
}

.flex-control-nav .flex-active {
    background-color: #00307d;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    display: none;
    left: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.flex-direction-nav li a.flex-prev:hover {
    background-color: rgba(18, 170, 238, 0.6);
}

.flex-direction-nav li a.flex-next {
    display: none;
    right: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.flex-direction-nav li a.flex-next:hover {
    background-color: rgba(18, 170, 238, 0.6);
}

.banner-text {
    position: absolute;
    font-size: 40px;
    text-align: center;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nybanner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.section1 {
    margin-top: 50px;
}

.section1 ul li {
    height: 50px;
    line-height: 50px;
    background-color: #0066b3;
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 2px;
}

.section1 ul li a {
    color: white;
    display: block;
}

.in-more {
    float: right;
    display: block;
    width: 130px;
    border: 1px solid #dcdcdc;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    margin-top: 25px;
    margin-right: 20px;
}

.in-more em {
    position: absolute;
    transition: all 0.3s;
    margin-left: 15px;
}

.in-more:hover {
    border: 1px solid #0066b3;
    color: #0066b3;
}

.in-more:hover em {
    transition: all 0.3s;
    margin-left: 25px;
}

.in-tit {
    text-align: center;
    margin-bottom: 30px;
}

.in-tit dt {
    font-size: 25px;
    background: url(../images/in-tit.png) no-repeat center center;
}

.in-tit dd {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.section2 {
    margin-top: 50px;
}

.section2 ul {
    display: block;
    float: left;
}

.section2 li {
    width: 600px;
    float: left;
    background-color: #0066b3;
    height: 260px;
    position: relative;
}

.section2 li img {
    width: 600px;
    height: 260px;
}

.section2 li a {
    color: white;
    font-size: 18px;
    display: table-cell;
}

.section2 li p {
    display: table;
    vertical-align: middle;
    width: 80%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    line-height: 1.8em;
}

.footer {
    padding-top: 30px;
    background-color: #0066b3;
    margin-top: 80px;
    color: white;
    overflow: hidden;
    font-size: 16px;
}

.footer a {
    color: white;
}

.f-left {
    float: left;
    width: 400px;
}

.f-left ul {
    float: left;
    margin-top: 40px;
}

.f-left ul li {
    line-height: 1.8em;
}

.ewm {
    float: left;
    margin-right: 20px;
}

.f-center,
.f-right {
    float: left;
    padding-top: 10px;
    width: 400px;
}

.f-center ul,
.f-right ul {
    margin-left: 35px;
}

.f-center li,
.f-right li {
    margin-bottom: 10px;
}


/* .f-right{
  float: left;
  width: 400px;
} */

.copy {
    text-align: center;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}

.ny-con {
    margin-top: 50px;
}

.aside {
    float: left;
    width: 225px;
    margin-right: 65px;
}

.aside dl {
    padding-left: 15px;
}

.aside dt {
    font-size: 18px;
    font-weight: 400;
    color: #666;
}

.aside dd {
    font-size: 25px;
    margin-bottom: 20px;
}

.product-list {
    float: left;
}

.as-box {
    border: 1px solid #dcdcdc;
    padding: 5px;
}

.as-box&gt;ul&gt;li {
    font-size: 16px;
    margin-bottom: 8px;
}

.as-box&gt;ul&gt;li&gt;a {
    display: block;
    padding: 0 15px;
    background-color: #e5e5e5;
    line-height: 40px;
    transition: all 0.3s;
}

.as {
    border: 1px solid #dcdcdc;
    padding: 5px;
}

.as&gt;ul&gt;li {
    font-size: 16px;
    margin-bottom: 8px;
}

.as&gt;ul&gt;li&gt;a {
    display: block;
    padding: 0 15px;
    background-color: #e5e5e5;
    line-height: 40px;
    transition: all 0.3s;
}


.as-box&gt;ul&gt;li em {
    display: block;
    float: right;
}

.as-two {
    display: none;
}

.as-two li {
    height: 40px;
    line-height: 40px;
    width: 213px;
    border-bottom: 1px solid #e7e6e6;
    text-align: center;
    background-color: #fff !important;
}

.as-two li:hover a {
    color: #0066b3;
}

.product-list {
    width: 910px;
}

.product-list li {
    float: left;
    width: 210px;
    height: 230px;
    margin-left: 23px;
    margin-bottom: 50px;
}

.product-list li:nth-child(4n+1) {
    margin-left: 0;
}

.product-list li p {
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.product-list li a {
    display: block;
}

.product-list li:hover p {
    color: #0066b3;
}

.product-list li:hover img {
    transition: all 0.3s;
    transform: scale(1.1);
}

.prodcut-img {
    overflow: hidden;
}

.prodcut-img img {
    width: 210px;
    height: 230px;
    transition: all 0.3s;
    transform: scale(1);
}

.detail {
    width: 910px;
    float: left;
}

.nyd-left {
    float: left;
    margin-right: 80px;
}

.nyd-right {
    float: left;
    width: 420px;
}

.nyd-right h2 {
    text-align: center;
    color: #0066b3;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.nydr-text {
    color: #666;
    font-size: 16px;
    line-height: 1.8rem;
}

.nyd-con {
    overflow: hidden;
}

.page {
    margin-top: 50px;
}

.page li {
    color: #666;
    font-size: 14px;
    line-height: 1.5em;
}

.page li a:hover {
    color: #0066b3;
}


/* lunbo ny2 */

.mod18 {
    width: 400px;
    position: relative;
    margin: 0 auto;
}

.mod18 .btn {
    position: absolute;
    cursor: pointer;
    z-index: 99;
    font-size: 50px;
    font-weight: bold;
}

.mod18 .prev {
    left: 0px;
    background: url(../images/pre.png) no-repeat center;
}

.mod18 #prevTop,
.mod18 #nextTop {
    top: 250px;
    width: 32px;
    height: 48px;
    display: none;
}

.mod18 #prev,
.mod18 #next {
    top: 445px;
    width: 30px;
    height: 100px;
    background-color: #0066b3;
}

.mod18 #prevTop {
    background: url(../images/pre.png) 0 0 no-repeat;
    width: 8px;
    height: 20px;
}

.mod18 #nextTop {
    background: url(../images/next.png) 0 0 no-repeat;
    width: 8px;
    height: 20px;
}

.mod18 .next {
    right: 0px;
    background: url(../images/next.png) no-repeat center;
}

.mod18 li {
    float: left;
}

.mod18 .cf li {
    position: relative;
    color: #fff;
}

.mod18 .cf a {
    display: block;
    width: 400px;
    height: 430px;
    position: absolute;
    color: #fff;
}

.mod18 .picBox {
    width: 400px;
    height: 430px;
    position: relative;
    overflow: hidden;
}

.mod18 .picBox ul {
    height: 430px;
    position: absolute;
    left: 0;
}

.mod18 .picBox li {
    width: 400px;
    height: 430px;
}

.mod18 .picBox li img {
    width: 400px;
    height: 430px;
}

.mod18 .listBox {
    width: 315px;
    height: 100px;
    margin: 15px 15px 0 45px;
    position: relative;
    overflow: hidden;
}

.mod18 .listBox ul {
    height: 103px;
    position: absolute;
    width: 10000px !important;
}

.mod18 .listBox li {
    width: 90px;
    height: 100px;
    cursor: pointer;
    position: relative;
    padding-right: 21px;
}

.mod18 .listBox li i {
    display: none;
}


/* .mod18 .listBox li a{display:block;width:108px;height:77px;} */

.mod18 .listBox img {
    border: 3px solid #cecdcc;
    width: 84px;
    height: 94px;
}

.mod18 .listBox .on img {
    border: 3px solid #0066b3;
}

.mod18 .listBox .on i {
    display: block;
}


/*滑块*/

.magnifyingBegin {
    width: 200px;
    height: 200px;
    left: 0;
    top: 0;
    background-color: #454545;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    cursor: move;
    display: none;
}


/*放大镜显示区域*/

.magnifyingShow {
    /* 和下面相减是相等的 */
    width: 400px;
    height: 430px;
    display: none;
    position: absolute;
    left: 410px;
    top: 0px;
    overflow: hidden;
    z-index: 100;
    background-color: #454545;
}

.magnifyingShow&gt;img {
    width: 800px;
    height: 890px;
    margin-left: 0px;
    margin-top: 0;
}

.newslist_1 {
    width: 733px;
    margin: 0 auto;
}

.newslist_1 li {
    padding: 6px 0 6px 15px;
    clear: both;
    border-bottom: dotted 1px #a8a8a8;
    background: url(../demo/images/icon_19.png) no-repeat left 9px;
    line-height: 150%;
}

.newslist_1 li span {
    float: right;
}

.news {
    float: left;
}

.news {
    width: 910px;
    margin-bottom: 20px;
}

.news li p {
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.news li a {
    display: block;
}

.news li:hover p {
    color: #0066b3;
}

.news-right {
    float: left;
    width: 100%;
}

.news-right h2 {
    text-align: center;
    color: #0066b3;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.newsr-text {
    color: #666;
    font-size: 16px;
    line-height: 1.8rem;
}

.news-con {
    overflow: hidden;
}

.partner {
    width: 70%;
    min-height: 142px
    margin-bottom: 10px;
}

.partner-left {
    float: left;
    width: 40%
}

.partner-left img {
    width: 100%;
}

.partner-right {
    float: left;
    width: 60%;
}

.partner-right p {
    font-size: 14px;
    color: #000;
}


.solution {
    width: 100%;

    height: 110px;
    margin-bottom: 20px;
}

.solution-left {
    float: left;
    width: 25%;
    padding:  0px 10px;
}

.solution-right{
    float: left;
    width: 72%;
}
.solution-left img {
    width: 100%;

}

.solution-right h2{
    width: 100%;
    font-size: 18px;

    font-weight: bold;
}

.solution-right p {
    font-size: 14px;
    color: #000;
    margin: 5px 10px 0px;
}

.solution-list {
    float: left;
    width: 910px;
}

.solution-list ul li{
    min-height: 110px;
    width: 100%;
    margin-bottom: 20px;
    
}

</pre></body></html>